PHP3 Manual | ||
---|---|---|
Prev | Next |
count -- count elements in array
Returns the number of elements in the array.
Returns 0 is the variable is not set.
Returns 1 if the variable is not an array.
See also: sizeof(), isset(), and is_array().
Prev | Home | Next |
asort | Up | current |